home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / SAS-C / src / rtSpread.asm < prev    next >
Assembly Source File  |  1991-08-11  |  219b  |  18 lines

  1.  
  2.     SECTION "code",CODE
  3.  
  4.     INCLUDE    "reqtools.i"
  5.  
  6.     XDEF    _rtSpread
  7.  
  8. _rtSpread:
  9.     movem.l    d2/d3/a6,-(a7)
  10.     GETRTBASE
  11.     movem.l    16(a7),a0/a1
  12.     movem.l    24(a7),d0/d1/d2/d3
  13.     jsr        _LVOrtSpread(a6)
  14.     movem.l    (a7)+,d2/d3/a6
  15.     rts
  16.  
  17.    END
  18.